home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-03-19 | 3.1 KB | 95 lines | [TEXT/MPS ] |
- #########################################################################
- #########################################################################
- ## Copyright © Apple Computer, Inc. 1993-1997
- ## All rights reserved
- #########################################################################
- #########################################################################
- #
- # Library: Template.lib
- #
- # Version: 2.1.4
- #
- # Description: This file contains examples of the standard commenting
- # conventions for use with Clouseau libraries. When these
- # standards are followed, reference documentation can be
- # extracted automatically from these headers using the
- # MakeClouseauDocs MPW script. -Jonathan Marsh, 3/25/93
- #
- # Contains:
- #
- # History:
- # Date: By: Changes:
- # 03/25/93 JDM Created
- # 09/04/95 SBR Added this header for Radar 1273927
- # 06/01/96 SBR/MSO Updated copyright header
- # Changed version number from 2.0.4 to 2.1d5
- # 01/21/97 SBR Updated copyright for script/library files.
- #
- #########################################################################
- #########################################################################
-
-
- Use this at the start of each script/Library file:
-
- #########################################################################
- #########################################################################
- ## Copyright © Apple Computer, Inc. 199x-199x
- ## All rights reserved
- #########################################################################
- #########################################################################
- #
- # Library: TheLibName.lib
- #
- # Version: x.y.z
- #
- # Description: This is a description. You can uncomment this section
- # to write longer passages and format it nicely, then
- # comment it again.
- #
- # Contains:
- # TheFirstTask()
- # TheSecondTask()
- #
- # History:
- # Date: By: Changes:
- # 00/00/00 ABC Created
- # 00/00/00 DEF Added a comment for such and such
- #
- #########################################################################
- #########################################################################
-
-
- Use this to delimit blocks of tasks:
-
- #########################################################################
- ######### @@ #########
- #########################################################################
-
-
- Use this to head up each user-callable task.
-
- #########################################################################
- # task @@()
- #∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
- # Description: @@
- # Parameters: None
- # Returns: Nothing
- # Examples: @@();
- # Assumptions: None
- #∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
- # History:
- # @@ @@ Created
- #########################################################################
-
-
- Use this to head up each internal task.
-
- #########################################################################
- # task @@()
- # Description: @@
- # Parameters: None
- # Returns: Nothing
- # History:
- # @@ @@ Created
- #########################################################################
-